DroneFinder

DroneFinder peripheral interface for RemoteControl devices.

Allows scanning for visible drones and provides a way to connect to such discovered drones.

This peripheral can be obtained from a remote control using:

remoteControl.getPeripheral(DroneFinder.class)

See also

com.parrot.drone.groundsdk.device.RemoteControl

Types

Link copied to clipboard
abstract class DiscoveredDrone
Represents a remote drone seen during discovery.
Link copied to clipboard
enum State
DroneFinder state.

Functions

Link copied to clipboard
abstract fun clear()
Clears the current list of discovered drones.
Link copied to clipboard
Connects a discovered drone.
abstract fun connect(@NonNull drone: DroneFinder.DiscoveredDrone, @NonNull password: String): Boolean
Connects a discovered drone using a password.
Link copied to clipboard
Gets the list of drones discovered during last discovery.
Link copied to clipboard
Gets the current state.
Link copied to clipboard
abstract fun refresh()
Asks for an update of the list of discovered drones.